From f1e6a1060ad3f381d7c678b1d346afb1b183ba07 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 10 Feb 2006 00:00:17 +0100 Subject: [PATCH] Remove Xen-specific param.h: has only cosmetic change from mainline. -#define CLOCKS_PER_SEC (USER_HZ) /* like times() */ +# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ Signed-off-by: Chris Wright --- .../include/asm-x86_64/mach-xen/asm/param.h | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h diff --git a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h b/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h deleted file mode 100644 index 8d29464ddd..0000000000 --- a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef _ASMx86_64_PARAM_H -#define _ASMx86_64_PARAM_H - -#ifdef __KERNEL__ -# include -# define HZ CONFIG_HZ /* Internal kernel timer frequency */ -# define USER_HZ 100 /* .. some user interfaces are in "ticks */ -# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ -#endif - -#ifndef HZ -#define HZ 100 -#endif - -#define EXEC_PAGESIZE 4096 - -#ifndef NOGROUP -#define NOGROUP (-1) -#endif - -#define MAXHOSTNAMELEN 64 /* max length of hostname */ - -#endif -- 2.30.2